Click or drag to resize

SipClient Constructor

Overload List
  NameDescription
Public methodSipClient
Initializes a new instance of the SipClient class.
Public methodSipClient(String)
Initializes a new instance of the SipClient class using the specified domain.
Public methodSipClient(String, ProtocolType)
Initializes a new instance of the SipClient class using the specified domain and protocol type.
Public methodSipClient(String, Int32)
Initializes a new instance of the SipClient class using the specified domain and port number of SIP server.
Public methodSipClient(String, Int32, ProtocolType)
Initializes a new instance of the SipClient class using the specified domain, port number and protocol type.
Public methodSipClient(String, String, String)
Initializes a new instance of the SipClient class using the specified domain, username and password.
Public methodSipClient(String, ProtocolType, String, String)
Initializes a new instance of the SipClient class using the specified domain, protocol type, username and password.
Public methodSipClient(String, Int32, String, String)
Initializes a new instance of the SipClient class using the specified domain, port number, username and password.
Public methodSipClient(String, Int32, ProtocolType, String, String)
Initializes a new instance of the SipClient class using the specified domain, port number, protocol type, username and password.
Top
See Also